03. Project Details
Project Details
How will I complete this project?
This project is connected to the Full Stack Foundations and Authentication and Authorization courses, but depending on your background knowledge you may not need the entirety of both courses to complete this project. Here's what you should do:
- Install Vagrant and VirtualBox
- Clone the fullstack-nanodegree-vm
- Launch the Vagrant VM (vagrant up)
- Write your Flask application locally in the vagrant/catalog directory (which will automatically be synced to /vagrant/catalog within the VM).
- Run your application within the VM (python /vagrant/catalog/application.py)
- Access and test your application by visiting http://localhost:8000 locally
Get started with this helpful guide.
INSTRUCTOR NOTE:
You can find the link to the fullstack-nanodegree-vm here.